home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 4
/
FM Towns Free Software Collection 4 - Disc 1.iso
/
t_os
/
whisper
/
source
/
buff.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-19
|
234 b
|
15 lines
#define LIN_SIZ 82
typedef struct {
int left;
int right;
char lin[LIN_SIZ];
} LIN_PTR;
int BUF_init(char *drv);
void BUF_end(void);
LIN_PTR *get_lin(int no);
int xalloc(void);
int xfree(int no);